ARDUINO Bluetooth Controlled Dice Shaker Game

This tutorial will show you how to build a bluetooth controlled ARDUINO dice shaker game. Click on video below for full tutorial…   The APP: APK File AIA File ARDUINO Code: #define shaker 3 void setup() { Serial.begin(9600); pinMode(shaker, OUTPUT); … Continue reading ARDUINO Bluetooth Controlled Dice Shaker Game